Global Index
HTML5 JS API Index > Indexed DB Tutorials & Specs

IDBFactory

Operations
short
cmp(any first, any second)
If either first or second is not a valid key, the implementation MUST throw a DOMException of type DataError.
IDBOpenDBRequest
deleteDatabase(DOMString name)
When invoked, this method MUST create a request and return it. The created request must implement the IDBOpenDBRequest interface and have its source set to null. The method then queues up an operation to run the steps for deleting a database. Let origin be the origin of the IDBEnvironment used to access this IDBFactory and name be the name parameter passed to this function.
IDBOpenDBRequest
open(DOMString name, optional unsigned long long version)
If the value of version is 0 (zero), the implementation MUST throw a TypeError.
Referenced by
IDBEnvironmentindexedDB